Skip to content

Commit c336382

Browse files
committed
Fix a warning.
1 parent 4507fe5 commit c336382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

5-
#[macro_use] extern crate quote;
5+
extern crate quote;
66
extern crate syn;
77

88
use std::env;

0 commit comments

Comments
 (0)