Change to warn by default / fix typo
This commit is contained in:
parent
5643a0662a
commit
737bfeffd2
4 changed files with 9 additions and 4 deletions
|
@ -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`"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue