We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14eebb commit 12a2671Copy full SHA for 12a2671
src/librustdoc/clean/types.rs
@@ -41,8 +41,6 @@ use self::FunctionRetTy::*;
41
42
thread_local!(pub static MAX_DEF_ID: RefCell<FxHashMap<CrateNum, DefId>> = Default::default());
43
44
-const FN_OUTPUT_NAME: &'static str = "Output";
45
-
46
#[derive(Clone, Debug)]
47
pub struct Crate {
48
pub name: String,
0 commit comments