We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d64e1 commit 5ae9e3bCopy full SHA for 5ae9e3b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "color-output"
3
-version = "8.2.0"
+version = "8.2.1"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/output/impl.rs
@@ -20,6 +20,7 @@ impl<'a> Output<'a> {
20
/// # Returns
21
///
22
/// - `()` - No return value
23
+ #[inline(always)]
24
pub fn output(self) {
25
output(self);
26
}
0 commit comments