Sign in
◑
Theme
fuchsia
/
fuchsia
/
main
/
.
/
third_party
/
rust_crates
/
compat
/
thiserror
/
private.rs
blob: abf1627ff8d53c76aeb8a02a7925c72ac242f319 [
file
]
// Make the private module with patch version suffix available to other crates.
// This is similar to how it is handled for serde.
#[
doc
(
hidden
)]
pub
mod
__private20
{
#[
doc
(
hidden
)]
pub
use
crate
::
private
::*;
}