diff options
| author | Seiichi Uchida <seuchida@gmail.com> | 2019-09-08 23:33:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-08 23:33:21 +0900 |
| commit | ceca01465a0fe06749b3ac80ae52095f999e495a (patch) | |
| tree | 8afbc8833d9a6a54f16d34bccb5824401a0ddb79 /src/utils.rs | |
| parent | 6fec3a69ec44a8fcc4a0c4e2c2c223da4f0b0161 (diff) | |
Update deps (#3788)
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.rs b/src/utils.rs index 5b0d94e4780..f2a2a3c6675 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,7 +1,5 @@ use std::borrow::Cow; -use bytecount; - use rustc_target::spec::abi; use syntax::ast::{ self, Attribute, CrateSugar, MetaItem, MetaItemKind, NestedMetaItem, NodeId, Path, Visibility, |
