Skip to content

Commit 409f1b9

Browse files
Set a more explicit name for the mountpoint minimal example
1 parent a1dd1c6 commit 409f1b9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.cspell/custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aapt
2+
autoexamples
23
ABCDEFGHJKLMNPQRSTUVWXYZ
34
ABNF
45
aconnect

libparsec/crates/platform_mountpoint/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ name = "libparsec_platform_mountpoint"
77
publish.workspace = true
88
repository.workspace = true
99
version.workspace = true
10+
autoexamples = false
11+
12+
[[example]]
13+
name = "minimal_mountpoint"
14+
path = "examples/minimal.rs"
1015

1116
[lints]
1217
workspace = true

0 commit comments

Comments
 (0)