Skip to content

Commit

Permalink
Remove ignoring of non-local definitions lint
Browse files Browse the repository at this point in the history
Since this is a nighly lint, it throws a warning when render is
compiled on stable. The warning isn't thrown anymore anyways.
  • Loading branch information
ma3ke committed Mar 12, 2024
1 parent daa99f1 commit 1f4cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentopy/render/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(non_local_definitions, dead_code)]
#![allow(dead_code)]

use std::{path::PathBuf, str::FromStr};

Expand Down

0 comments on commit 1f4cc29

Please sign in to comment.