diff options
Diffstat (limited to 'components/jstraceable_derive/lib.rs')
-rw-r--r-- | components/jstraceable_derive/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/jstraceable_derive/lib.rs b/components/jstraceable_derive/lib.rs index 571a50b7a1e..8bac2c39def 100644 --- a/components/jstraceable_derive/lib.rs +++ b/components/jstraceable_derive/lib.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -extern crate quote; #[macro_use] extern crate syn; #[macro_use] |