Add lint for debug impls on exported types #2266
Labels
C-meta
Component: Relating to ICU4X as a whole
S-medium
Size: Less than a week (larger bug fix or enhancement)
T-techdebt
Type: ICU4X code health and tech debt
Milestone
Context: #2250 (comment)
Our style guide says that we should implement Debug on all exported types; however, we don't currently do that.
@robertbastian suggested the
missing_debug_implementations
rustc lint.@Manishearth thoughts?
Most likely not time for 1.0 but we should try to land it in 1.1
The text was updated successfully, but these errors were encountered: