Skip to content

Commit 75c6fb1

Browse files
committed
doc(hidden)
1 parent ef3af1a commit 75c6fb1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "pass_attribute_2"
3+
version = "0.1.0"
4+
edition = "2021"
5+
publish = false
6+
7+
[dependencies]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub struct Foo;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mod foo;
2+
#[doc(hidden)]
3+
pub use foo::Foo;

0 commit comments

Comments
 (0)