Skip to content

Commit 5ae9e3b

Browse files
committed
feat: v8.2.1
1 parent a9d64e1 commit 5ae9e3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "color-output"
3-
version = "8.2.0"
3+
version = "8.2.1"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/output/impl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ impl<'a> Output<'a> {
2020
/// # Returns
2121
///
2222
/// - `()` - No return value
23+
#[inline(always)]
2324
pub fn output(self) {
2425
output(self);
2526
}

0 commit comments

Comments
 (0)