Change to warn by default / fix typo

This commit is contained in:
Nathan Whitaker 2020-08-23 14:21:58 -04:00
parent 5643a0662a
commit 737bfeffd2
4 changed files with 9 additions and 4 deletions

View file

@ -10,7 +10,7 @@ use rustc_span::{
declare_lint! {
pub TEMPORARY_CSTRING_AS_PTR,
Deny,
Warn,
"detects getting the inner pointer of a temporary `CString`"
}