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.
1 parent 830027a commit b386becCopy full SHA for b386bec
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bin-encode-decode"
3
-version = "1.1.24"
+version = "1.1.25"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/common/impl.rs
@@ -19,7 +19,7 @@ impl<'a> Charset<'a> {
19
/// # Returns
20
///
21
/// - `Charset<'a>` - New instance with empty charset.
22
- #[inline(always)]
+ #[inline]
23
pub fn new() -> Self {
24
Charset::default()
25
}
0 commit comments