Skip to content

Commit

Permalink
Update type_system.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lambinoo committed Aug 16, 2022
1 parent 3036b18 commit bce9bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes/type_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ match message {
}
```

It's also impossible to cast non-exhaustive types from foreign crates.
It's also not allowed to cast non-exhaustive types from foreign crates.
```rust, ignore
use othercrate::NonExhaustiveEnum;
Expand Down

0 comments on commit bce9bb3

Please sign in to comment.