Skip to content

Commit f2ec266

Browse files
committed
chore: remove commented code
1 parent 85fcbd5 commit f2ec266

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

webfinger-rs/src/actix.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,3 @@ impl FromRequest for WebFingerRequest {
4747
})
4848
}
4949
}
50-
51-
// fn rel_value(param: &str) -> Option<String> {
52-
// match param.split_once('=') {
53-
// Some((key, value)) if key == "rel" => Some(value.to_string()),
54-
// _ => None,
55-
// }
56-
// }

0 commit comments

Comments
 (0)