_ unused function

master
Rasmus Rosengren 3 years ago
parent 1e2e3c907c
commit 650e5f021e
Signed by: rsrp
GPG Key ID: A13BC7BC4F81CF5F
  1. 2
      src/blocks/mod.rs

@ -44,7 +44,7 @@ impl BlockInfo {
BlockInfoBuilder::new(full_text, BlockPartName::Named(name)) BlockInfoBuilder::new(full_text, BlockPartName::Named(name))
} }
pub fn from_unnamed(full_text: String) -> BlockInfoBuilder { pub fn _from_unnamed(full_text: String) -> BlockInfoBuilder {
BlockInfoBuilder::new(full_text, BlockPartName::Unnamed) BlockInfoBuilder::new(full_text, BlockPartName::Unnamed)
} }
} }

Loading…
Cancel
Save