Skip to content

Commit 604218d

Browse files
Copilotkennykerr
andcommitted
Fix doctest failures in registry crate readme
Co-authored-by: kennykerr <9845234+kennykerr@users.noreply.github.com>
1 parent 7b80080 commit 604218d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/libs/registry/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.5"
1515

1616
Read and write registry keys and values as needed:
1717

18-
```rust,no_run
18+
```rust,ignore
1919
use windows_registry::*;
2020
2121
fn main() -> Result<()> {
@@ -33,7 +33,7 @@ fn main() -> Result<()> {
3333

3434
Use the `options()` method for even more control:
3535

36-
```rust,no_run
36+
```rust,ignore
3737
use windows_registry::*;
3838
3939
fn main() -> Result<()> {

0 commit comments

Comments
 (0)