Skip to content

Commit

Permalink
One more directive
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jan 23, 2024
1 parent 65a3310 commit 1e44517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/OutputRust.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let directives = String.trim {|
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(unused_assignments)]
|}

let rust_name f = f ^ ".rs"
Expand Down

0 comments on commit 1e44517

Please sign in to comment.