mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
CI: run cargo doc (#309)
* Deny doc errors * Add intentional bad intradoc link to test CI * Add cargo doc to CI * Fix carg doc web (add wasm32 target) * Fix intentionally broken doc-link
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
//!
|
||||
//! If you are writing an app, you may want to look at [`eframe`](https://docs.rs/eframe) instead.
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![cfg_attr(not(debug_assertions), deny(warnings))] // Forbid warnings in release builds
|
||||
#![deny(broken_intra_doc_links)]
|
||||
#![deny(invalid_codeblock_attributes)]
|
||||
#![deny(private_intra_doc_links)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(clippy::all, rust_2018_idioms)]
|
||||
|
||||
pub mod backend;
|
||||
|
||||
Reference in New Issue
Block a user