Skip to content

Commit

Permalink
Fix import of take in collapse_docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
czipperz committed Jul 2, 2019
1 parent 1443abc commit eddfad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/passes/collapse_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::fold;
use crate::fold::{DocFolder};
use crate::passes::Pass;

use std::mem::replace;
use std::mem::take;

pub const COLLAPSE_DOCS: Pass = Pass {
name: "collapse-docs",
Expand Down

0 comments on commit eddfad3

Please sign in to comment.