diff options
Diffstat (limited to '.run/src/bin/doc.sh')
| -rw-r--r-- | .run/src/bin/doc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh index b98941a..014ea44 100644 --- a/.run/src/bin/doc.sh +++ b/.run/src/bin/doc.sh @@ -3,5 +3,5 @@ cargo doc \ --manifest-path mingling/Cargo.toml \ --no-deps \ - --features core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \ + --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \ --open |
