mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Add doc comment
This commit is contained in:
parent
8aeaf93b9a
commit
c31dae2aca
@ -1,3 +1,5 @@
|
||||
//! Defines hir-level representation of visibility (e.g. `pub` and `pub(crate)`).
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use either::Either;
|
||||
|
Loading…
Reference in New Issue
Block a user