Add doc comment

This commit is contained in:
Florian Diebold 2019-12-24 22:11:50 +01:00
parent 8aeaf93b9a
commit c31dae2aca

View File

@ -1,3 +1,5 @@
//! Defines hir-level representation of visibility (e.g. `pub` and `pub(crate)`).
use std::sync::Arc;
use either::Either;