cob: move unwrap_used pragma
Clippy does not recognise this allow pragma to be used at the
unwrap call site. Instead, if it’s moved up to the match case it
will be recognised.
1 file changed
+2
-2
e52ce483
→
e52ce483
modified radicle-cob/src/trailers.rs
@@ -61,18 +61,18 @@ impl TryFrom<&OwnedTrailer> for CommitTrailer {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|