Skip to content

Commit

Permalink
Allow unknown lints
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 15, 2024
1 parent 162c324 commit 2d17f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Test naming occasionally uses camelCase with underscores to separate sections of
// the test name.
#![cfg_attr(test, allow(non_snake_case))]
#![allow(unknown_lints)]
#[macro_use]
extern crate neovide_derive;

Expand Down

0 comments on commit 2d17f61

Please sign in to comment.