Skip to content

Commit 2755181

Browse files
Remove unnecessary crate attributes
These should already be set correctly by Cargo
1 parent 54b2221 commit 2755181

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// Portions of this implementation are based on work by Nat Pryce:
1010
// https://github.com/npryce/rusty-pi/blob/master/src/pi/gpio.rs
1111

12-
#![crate_type = "lib"]
13-
#![crate_name = "sysfs_gpio"]
14-
1512
//! GPIO access under Linux using the GPIO sysfs interface
1613
//!
1714
//! The methods exposed by this library are centered around

0 commit comments

Comments
 (0)