forked from libre-chip/fayalite
		
	deny broken docs
This commit is contained in:
		
							parent
							
								
									c043ee54d0
								
							
						
					
					
						commit
						d2c8b023bf
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
					@ -4,6 +4,18 @@
 | 
				
			||||||
// TODO: enable:
 | 
					// TODO: enable:
 | 
				
			||||||
// #![warn(missing_docs)]
 | 
					// #![warn(missing_docs)]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#![deny(
 | 
				
			||||||
 | 
					    rustdoc::bare_urls,
 | 
				
			||||||
 | 
					    rustdoc::broken_intra_doc_links,
 | 
				
			||||||
 | 
					    rustdoc::invalid_codeblock_attributes,
 | 
				
			||||||
 | 
					    rustdoc::invalid_html_tags,
 | 
				
			||||||
 | 
					    rustdoc::invalid_rust_codeblocks,
 | 
				
			||||||
 | 
					    rustdoc::private_doc_tests,
 | 
				
			||||||
 | 
					    rustdoc::private_intra_doc_links,
 | 
				
			||||||
 | 
					    rustdoc::redundant_explicit_links,
 | 
				
			||||||
 | 
					    rustdoc::unescaped_backticks
 | 
				
			||||||
 | 
					)]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//! [Main Documentation][_docs]
 | 
					//! [Main Documentation][_docs]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern crate self as fayalite;
 | 
					extern crate self as fayalite;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue