mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-04 02:24:11 +02:00
typo
This commit is contained in:
parent
281a5d9e6e
commit
7c997464a3
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ impl<'a> RouteMatch<'a> {
|
||||||
impl<'a> From<&RouteMatch<'a>> for Cow<'a, str> {
|
impl<'a> From<&RouteMatch<'a>> for Cow<'a, str> {
|
||||||
fn from(value: &RouteMatch<'a>) -> Self {
|
fn from(value: &RouteMatch<'a>) -> Self {
|
||||||
match value {
|
match value {
|
||||||
RouteMatch::Unmatched => "Umatched".into(),
|
RouteMatch::Unmatched => "Unmatched".into(),
|
||||||
RouteMatch::Route(route, _) => (*route).into(),
|
RouteMatch::Route(route, _) => (*route).into(),
|
||||||
RouteMatch::Remote(a, "") => format!("remote.{a}").into(),
|
RouteMatch::Remote(a, "") => format!("remote.{a}").into(),
|
||||||
RouteMatch::Public(a, "") => format!("public.{a}").into(),
|
RouteMatch::Public(a, "") => format!("public.{a}").into(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue