Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Sep 18, 2024
1 parent da0ac82 commit f1fe59d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion nghe-api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(adt_const_params)]
#![feature(const_option, const_mut_refs)]
#![feature(const_option)]

pub mod auth;
pub mod common;
Expand Down
1 change: 0 additions & 1 deletion nghe-backend/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![feature(adt_const_params)]
#![feature(anonymous_lifetime_in_impl_trait)]
#![feature(const_mut_refs)]
#![feature(iterator_try_collect)]
#![feature(let_chains)]
#![feature(try_blocks)]
Expand Down
2 changes: 0 additions & 2 deletions nghe-backend/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(const_mut_refs)]

use nghe_api::constant;
use nghe_backend::{build, config, migration};
use tracing_subscriber::layer::SubscriberExt;
Expand Down

0 comments on commit f1fe59d

Please sign in to comment.