You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ownership/validator.rs
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ impl Validator {
127
127
}
128
128
129
129
implError{
130
-
pubfnerror_category_message(&self) -> String{
130
+
pubfntitle(&self) -> String{
131
131
matchself{
132
132
Error::FileWithoutOwner{path: _ } => "Some files are missing ownership:".to_owned(),
133
133
Error::FileWithMultipleOwners{path: _,owners: _ } => "Code ownership should only be defined for each file in one way. The following files have declared ownership in multiple ways.".to_owned(),
0 commit comments