Clippy fix

This commit is contained in:
Chadtech 2021-06-12 19:09:00 -04:00
parent ebbdf671ae
commit f53339a595

View file

@ -96,7 +96,7 @@ pub fn generate(filenames: Vec<PathBuf>, std_lib: StdLib, build_dir: &Path) {
fn render_main_content(
interns: &Interns,
exposed_values: &Vec<String>,
exposed_values: &[String],
module: &mut ModuleDocumentation,
) -> String {
let mut buf = String::new();