mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add doc comment
This commit is contained in:
parent
8aeaf93b9a
commit
c31dae2aca
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Defines hir-level representation of visibility (e.g. `pub` and `pub(crate)`).
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use either::Either;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue