Explorar o código

document why matching route doctest is ignored

Adrian Wannenmacher %!s(int64=2) %!d(string=hai) anos
pai
achega
0b7384ddf2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/router-core/src/routes/segment.rs

+ 1 - 0
packages/router-core/src/routes/segment.rs

@@ -135,6 +135,7 @@ impl<T: Clone> Segment<T> {
     /// Add a matching [`ParameterRoute`] to the [`Segment`].
     ///
     /// ```rust,ignore
+    /// # // Test is ignored because there are scenarios where no matcher is available.
     /// # use dioxus_router_core::routes::Segment;
     /// Segment::empty().matching("some matcher", (true, ContentAtom("matching route content")));
     /// ```