Merge branch 'dbg_clippy' into 'master'
Add dbg_macro check See merge request famedly/conduit!75
This commit is contained in:
		
						commit
						37b4a1cd0d
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		|  | @ -1,4 +1,6 @@ | |||
| #![allow(clippy::suspicious_else_formatting)] | ||||
| #![deny(clippy::dbg_macro)] | ||||
| 
 | ||||
| pub mod appservice_server; | ||||
| pub mod client_server; | ||||
| mod database; | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| #![warn(rust_2018_idioms)] | ||||
| #![allow(clippy::suspicious_else_formatting)] | ||||
| #![deny(clippy::dbg_macro)] | ||||
| 
 | ||||
| pub mod appservice_server; | ||||
| pub mod client_server; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue