Skip to content

Commit ba09771

Browse files
committed
chore: clippy
1 parent 6b3f181 commit ba09771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/param.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ impl ParamData {
828828
Some(env)
829829
}
830830

831+
#[allow(unused)]
831832
pub(crate) fn render_source_of_name_value(&self, name_suffix: &str) -> String {
832833
let mut output = format!("{}{name_suffix}", self.name);
833834
output.push_str(&self.modifier.render());
@@ -945,6 +946,7 @@ impl Modifier {
945946
}
946947
}
947948

949+
#[allow(unused)]
948950
pub(crate) fn render(&self) -> String {
949951
match self {
950952
Self::Optional => "".into(),

0 commit comments

Comments
 (0)