Skip to content

Commit 98c972f

Browse files
committed
Drop explict crate_type/crate_name directives
These are not necessary Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 3b32e0c commit 98c972f

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_pwm"]
14-
1512
//! PWM access under Linux using the PWM sysfs interface
1613
1714
use std::fs;

0 commit comments

Comments
 (0)