File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ cexpr = "0.2"
37
37
features = [" with-syntex" ]
38
38
version = " 0.29"
39
39
40
- [dependencies .clippy ]
41
- optional = true
42
- version = " *"
43
-
44
40
[dependencies .env_logger ]
45
41
optional = true
46
42
version = " 0.3"
Original file line number Diff line number Diff line change 5
5
//!
6
6
//! See the [Builder](./struct.Builder.html) struct for usage.
7
7
8
- #![ cfg_attr( feature = "clippy" , feature( plugin) ) ]
9
- #![ cfg_attr( feature = "clippy" , plugin( clippy) ) ]
10
-
11
8
#![ deny( missing_docs) ]
12
9
#![ deny( warnings) ]
13
10
@@ -552,8 +549,6 @@ impl<'ctx> Bindings<'ctx> {
552
549
}
553
550
554
551
/// Write these bindings as source text to the given `Write`able.
555
- // https://github.com/Manishearth/rust-clippy/issues/740
556
- #[ cfg_attr( feature = "clippy" , allow( needless_lifetimes) ) ]
557
552
pub fn write < ' a > ( & self , mut writer : Box < Write + ' a > ) -> io:: Result < ( ) > {
558
553
try!( writer. write ( "/* automatically generated by rust-bindgen */\n \n "
559
554
. as_bytes ( ) ) ) ;
You can’t perform that action at this time.
0 commit comments