We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d69d7b1 + 2864337 commit f578287Copy full SHA for f578287
crates/foundry-ui/src/components/tagged.rs
@@ -4,7 +4,7 @@ use serde::Serialize;
4
use crate::Message;
5
6
/// Generic textual message with `tag` prefix.
7
-
+///
8
/// The type prefix can be stylized in text mode.
9
/// e.g. "[WARNING]: An example warning message"
10
#[derive(Serialize)]
crates/foundry-ui/src/components/typed.rs
/// Generic textual message with `ty` prefix.
/// e.g. "Tests: 1 passed, 1 failed"
0 commit comments