Added test for check doc strings in crates.

#1856
This commit is contained in:
Alexander Andreev 2019-09-30 11:58:53 +03:00
parent 2b69c84396
commit fdbd6bb11a
171 changed files with 419 additions and 29 deletions

View file

@ -1,3 +1,5 @@
//! FIXME: write short doc here
use std::{
path::{Path, PathBuf},
sync::Arc,

View file

@ -1,3 +1,5 @@
//! FIXME: write short doc here
use std::{collections::HashSet, fmt::Write, path::Path, time::Instant};
use ra_db::SourceDatabase;

View file

@ -1,3 +1,5 @@
//! FIXME: write short doc here
pub const GLOBAL_HELP: &str = "ra-cli
USAGE:

View file

@ -1,3 +1,5 @@
//! FIXME: write short doc here
mod analysis_stats;
mod analysis_bench;
mod help;