Skip to content

Commit 12a2671

Browse files
Remove unused constant
1 parent e14eebb commit 12a2671

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustdoc/clean/types.rs

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ use self::FunctionRetTy::*;
4141

4242
thread_local!(pub static MAX_DEF_ID: RefCell<FxHashMap<CrateNum, DefId>> = Default::default());
4343

44-
const FN_OUTPUT_NAME: &'static str = "Output";
45-
4644
#[derive(Clone, Debug)]
4745
pub struct Crate {
4846
pub name: String,

0 commit comments

Comments
 (0)