Skip to content

Commit d8fb34a

Browse files
author
tall-vase
committed
Remove compile_fail marker
1 parent a1b3a53 commit d8fb34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idiomatic/leveraging-the-type-system/borrow-checker-invariants/phantomdata-01-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minutes: 15
55
# PhantomData 1/2: Type-level tagging
66

77
<!-- dprint-ignore-start -->
8-
```rust,editable,compile_fail
8+
```rust,editable
99
// use std::marker::PhantomData;
1010
1111
pub trait ChatUser {}

0 commit comments

Comments
 (0)