Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
struct_visibility.md: Remove unneeded '#[allow(dead_code)]' (#1609)
Directive to allow dead code on struct ClosedBox is not needed and confusing. It is used when calling using the public constructor about line 44: `let _closed_box = my::ClosedBox::new("classified information");`
- Loading branch information