Skip to content

Commit

Permalink
adds doc flag
Browse files Browse the repository at this point in the history
  • Loading branch information
supinie committed Jan 10, 2025
1 parent f3618e9 commit 121385c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enc_rust"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["supinie <[email protected]>"]

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
)]
#![allow(clippy::too_long_first_doc_paragraph)]
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

//! ### About
Expand Down

0 comments on commit 121385c

Please sign in to comment.