Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Dec 1, 2023
1 parent ebe8c97 commit 762592e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/byondapi-binds/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ pub fn generate_bindings() {
_ = std::fs::remove_file("./bindings.dm");
let mut file = std::fs::File::create("./bindings.dm").unwrap();
file.write_all(
r#"/* This comment bypasses grep checks */ /var/__auxmos
r#"//THIS FILE IS AUTOMATICALLY GENERATED BY AUXMOS, PLEASE DO NOT TOUCH IT
//PROC DEFINITIONS MAY MOVE AROUND, THIS IS NORMAL
/* This comment bypasses grep checks */ /var/__auxmos
/proc/__detect_auxmos()
if (world.system_type == UNIX)
Expand Down

0 comments on commit 762592e

Please sign in to comment.