mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Clippy fix
This commit is contained in:
parent
ebbdf671ae
commit
f53339a595
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue