Skip to content

Commit

Permalink
patch doc unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eerii committed Sep 15, 2024
1 parent 5691ef9 commit 45d0148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gir
Submodule gir updated 1 files
+1 −1 src/codegen/sys/build.rs
1 change: 1 addition & 0 deletions glib/gobject-sys/build_manual.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::{env, fs::File, io::Write, path::Path};

#[allow(dead_code)]
pub fn main() {
let deps = system_deps::Config::new()
.probe()
Expand Down

0 comments on commit 45d0148

Please sign in to comment.