Skip to content

Commit

Permalink
Add doc(inline) on glob reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 13, 2024
1 parent d09fa74 commit b7e581a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ use std::{alloc::dealloc, mem};
pub use value_trait::StaticNode;

pub use crate::error::{Error, ErrorType};
#[doc(inline)]
pub use crate::value::*;
pub use value_trait::ValueType;

Expand Down

0 comments on commit b7e581a

Please sign in to comment.