Skip to content

Commit

Permalink
-unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Sep 16, 2024
1 parent 1674173 commit a2612f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightws"
version = "0.6.10"
version = "0.6.11"
authors = ["zephyr <[email protected]>"]
description = "Lightweight websocket implement for stream transmission."
repository = "https://github.com/zephyrchien/lightws"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![allow(incomplete_features)]
#![allow(clippy::blocks_in_conditions)]
#![feature(const_mut_refs)]
#![feature(const_slice_index)]
#![feature(const_slice_from_raw_parts_mut)]
#![feature(read_buf)]
#![feature(core_io_borrowed_buf)]
Expand Down

0 comments on commit a2612f8

Please sign in to comment.