Skip to content

Commit 45ff98e

Browse files
schulzchRalith
authored andcommitted
Cleanup
1 parent 50681dd commit 45ff98e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
66
Cargo.lock
77

8-
/.idea/
8+
/.idea/
9+
/.vscode/

lib.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
#![allow(non_camel_case_types,
2-
non_upper_case_globals,
3-
non_snake_case)]
1+
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
42

53
include!("bindings.rs");
64

7-
#[cfg(target_os="macos")]
5+
#[cfg(target_os = "macos")]
86
#[link(name = "Foundation", kind = "framework")]
9-
extern { }
7+
extern "C" {}

0 commit comments

Comments
 (0)