Appease the linter by dummy doc comments
This commit is contained in:
parent
fd7819c3c0
commit
50364bd478
@ -1,3 +1,5 @@
|
|||||||
|
//! Database used for testing `ra_assists`.
|
||||||
|
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
use ra_db::{salsa, CrateId, FileId, FileLoader, FileLoaderDelegate, RelativePath};
|
use ra_db::{salsa, CrateId, FileId, FileLoader, FileLoaderDelegate, RelativePath};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! FIXME: write short doc here
|
//! Database used for testing `hir`.
|
||||||
|
|
||||||
use std::{panic, sync::Arc};
|
use std::{panic, sync::Arc};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user