We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680c02e commit 2d94f0dCopy full SHA for 2d94f0d
dsc_lib/src/parser/functions.rs
@@ -88,6 +88,7 @@ impl Function {
88
}
89
90
/// Get the name of the function.
91
+ #[must_use]
92
pub fn name(&self) -> &str {
93
&self.name
94
0 commit comments