Omit the current module in displayed typenames
Open
enhancement
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
So instead of
```
default::Movie {title: 'Captain America: Civil War'}
```
we would just display
```
Movie {title: 'Captain America: Civil War'}
```
This will almost always just mean dropping the `default::`, but if there has been a `SET MODULE` it could be something else.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.