WIP: allow using nff as a diagnostics source #1
					 1 changed files with 2 additions and 2 deletions
				
			
		diagnostis: fix typo
				commit
				
					
					
						d36120c87b
					
				
			
		|  | @ -84,7 +84,7 @@ pub enum DiagnosticCode { | ||||||
|     SecurityRisk, |     SecurityRisk, | ||||||
| 
 | 
 | ||||||
|     // Performance
 |     // Performance
 | ||||||
|     IneffientRuleOrder, |     InefficientRuleOrder, | ||||||
|     LargeSetWithoutTimeout, |     LargeSetWithoutTimeout, | ||||||
|     MissingCounters, |     MissingCounters, | ||||||
| 
 | 
 | ||||||
|  | @ -143,7 +143,7 @@ impl fmt::Display for DiagnosticCode { | ||||||
|             DiagnosticCode::MissingDocumentation => "NFT309", |             DiagnosticCode::MissingDocumentation => "NFT309", | ||||||
|             DiagnosticCode::SecurityRisk => "NFT310", |             DiagnosticCode::SecurityRisk => "NFT310", | ||||||
| 
 | 
 | ||||||
|             DiagnosticCode::IneffientRuleOrder => "NFT401", |             DiagnosticCode::InefficientRuleOrder => "NFT401", | ||||||
|             DiagnosticCode::LargeSetWithoutTimeout => "NFT402", |             DiagnosticCode::LargeSetWithoutTimeout => "NFT402", | ||||||
|             DiagnosticCode::MissingCounters => "NFT403", |             DiagnosticCode::MissingCounters => "NFT403", | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue