Appease the linter by dummy doc comments

This commit is contained in:
Aleksey Kladov 2019-11-04 22:33:21 +03:00
parent fd7819c3c0
commit 50364bd478
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
//! Database used for testing `ra_assists`.
use std::sync::Arc;
use ra_db::{salsa, CrateId, FileId, FileLoader, FileLoaderDelegate, RelativePath};

View File

@ -1,4 +1,4 @@
//! FIXME: write short doc here
//! Database used for testing `hir`.
use std::{panic, sync::Arc};