Set bare_trait_objects lint to warn

This commit is contained in:
memoryruins 2019-05-28 14:42:14 -04:00
parent dc6db14e1c
commit 54e10558b4

View File

@ -255,7 +255,7 @@ declare_lint! {
declare_lint! {
pub BARE_TRAIT_OBJECTS,
Allow,
Warn,
"suggest using `dyn Trait` for trait objects"
}