Skip to content

Commit

Permalink
chore: guarantee only Safe Rust is used
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jul 23, 2024
1 parent 38d75c8 commit 98e18f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/lgc.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2023 LogCraft, SAS.
// SPDX-License-Identifier: MPL-2.0

#![warn(unused_extern_crates)]
#![forbid(unsafe_code)]

use anyhow::Result;
use clap::builder::styling;
Expand Down

0 comments on commit 98e18f9

Please sign in to comment.