mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10: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:
@@ -1,6 +1,9 @@
|
||||
//! 2D graphics/rendering. Fonts, textures, color, geometry, tessellation etc.
|
||||
|
||||
#![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,
|
||||
|
||||
Reference in New Issue
Block a user