Skip to content

Commit c892506

Browse files
committed
fix: Opt-out of the lint in nova_cli
1 parent bccaf6b commit c892506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nova_cli/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// This Source Code Form is subject to the terms of the Mozilla Public
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
#![allow(unknown_lints, can_use_no_gc_scope)]
5+
46
mod helper;
57
mod theme;
68

0 commit comments

Comments
 (0)