mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
807506485d
Remove a module-level `#![allow(missing_docs)]` attribute from 2 modules in `graph-editor` crate. Instead, add the same attribute with a `FIXME` comment to lower-level entities. See discussion at: https://discord.com/channels/401396655599124480/947797676823560193 # Important Notes There are still 37 module-level `allow(missing_docs)` attributes present in the codebase after this change: ``` $ git grep '^#!.allow.missing_docs.' | wc -l 22 $ git grep -A1 '^#.allow.missing_docs.' | grep -w mod | wc -l 15 ``` [ci no changelog needed] |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |