We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1067a1c commit b271cb1Copy full SHA for b271cb1
crates/ra_cfg/src/cfg_expr.rs
@@ -1,3 +1,7 @@
1
+//! The condition expression used in `#[cfg(..)]` attributes.
2
+//!
3
+//! See: https://doc.rust-lang.org/reference/conditional-compilation.html#conditional-compilation
4
+
5
use std::slice::Iter as SliceIter;
6
7
use ra_syntax::SmolStr;
crates/ra_hir/src/attr.rs
@@ -1,3 +1,5 @@
+//! A higher level attributes based on TokenTree, with also some shortcuts.
use std::sync::Arc;
use mbe::ast_to_token_tree;
0 commit comments