Skip to content

Commit

Permalink
update in docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nabbisen committed Jun 12, 2024
1 parent cdb3f6f commit 86d73a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "htmlproc"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["nabbisen <[email protected]>"]
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion src/omit_enclosures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ use std::default::Default;

mod tests;

/// [feature entry point]
/// omits specific enclosures of tags in html
///
/// [feature entry point]
///
/// ```rust
/// use htmlproc::omit_enclosures::manipulate;
Expand Down

0 comments on commit 86d73a2

Please sign in to comment.