diff options
| author | Seiichi Uchida <seuchida@gmail.com> | 2020-02-10 13:42:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 13:42:10 +0900 |
| commit | 9f53665f91be16c9aa7afd83f7c79357fec9152b (patch) | |
| tree | 4c8707340e377bee8a7b3257f6ba76fd8c55d49a /src/comment.rs | |
| parent | 1838235248bbde125bbc6c12fb493e1979088bb5 (diff) | |
| parent | 760bb29feb90d30329de4394591ec2d02666735c (diff) | |
rustfmt 1.x bump rustc-ap to v642 (#4043)
Diffstat (limited to 'src/comment.rs')
| -rw-r--r-- | src/comment.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comment.rs b/src/comment.rs index c721f07d019..5b46001ff7d 100644 --- a/src/comment.rs +++ b/src/comment.rs @@ -3,7 +3,7 @@ use std::{self, borrow::Cow, iter}; use itertools::{multipeek, MultiPeek}; -use syntax::source_map::Span; +use rustc_span::Span; use crate::config::Config; use crate::rewrite::RewriteContext; |
