📝 docs(config): document labels function in EolRule
- add documentation for the labels function in the EolRule struct
This commit is contained in:
committed by
Jeremiah Russell
parent
e291eaf001
commit
04308dbbef
@@ -89,6 +89,7 @@ impl EolRule {
|
||||
self.id
|
||||
}
|
||||
|
||||
/// List the labels in the rules
|
||||
pub fn labels(&self) -> Vec<String> {
|
||||
self.labels.iter().map(|i| i.to_string()).collect()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user