This website works better with JavaScript.
Home
Help
Sign In
alinz
/
vst-sys
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Allow unreadable literals to satisfy clippy
master
Andreas Linz
2 years ago
parent
ea19437615
commit
5a562a4c41
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lib.rs
+ 1
- 1
src/lib.rs
View File
@ -1,7 +1,7 @@
#![
allow(non_upper_case_globals)
]
#![
allow(non_camel_case_types)
]
#![
allow(non_snake_case)
]
#![
allow(unreadable_literal)
]
include
!
(
concat
!
(
env
!
(
"OUT_DIR"
)
,
"/bindings.rs"
)
)
;
#[
cfg(test)
]
Write
Preview
Loading…
Cancel
Save