Skip to content

Commit d13828b

Browse files
fix: re-format the changes
1 parent a8bbacd commit d13828b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/librustdoc/html/render

src/librustdoc/html/render/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ use rustc_hir::def_id::{DefId, DefIdSet};
5959
use rustc_hir::{ConstStability, Mutability, RustcVersion, StabilityLevel, StableSince};
6060
use rustc_middle::ty::print::PrintTraitRefExt;
6161
use rustc_middle::ty::{self, TyCtxt};
62-
use rustc_span::symbol::{Symbol, sym};
6362
use rustc_span::DUMMY_SP;
63+
use rustc_span::symbol::{Symbol, sym};
6464
use tracing::{debug, info};
6565

6666
pub(crate) use self::context::*;

0 commit comments

Comments
 (0)