diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-08-31 15:39:41 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-08-31 16:00:50 -0400 |
| commit | 8a66d88d33253bce6f1efc278abe805575e81c1d (patch) | |
| tree | b6b717cbe6f6600b7b8516724d6ac56e53e360af /rust/build.rs | |
| parent | 568050e3cf5e96e134931181de14885e5b64d735 (diff) | |
Rust API : Major docs update (still need detailed module and function documentation)
Diffstat (limited to 'rust/build.rs')
| -rw-r--r-- | rust/build.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/build.rs b/rust/build.rs index a00a19cd..91f1021f 100644 --- a/rust/build.rs +++ b/rust/build.rs @@ -1,4 +1,7 @@ fn main() { + // TODO : Enable the following when https://github.com/rust-lang/rust/issues/43781 stabilizes + // #[cfg(doc)] + let _ = std::fs::create_dir("target"); let _ = std::fs::create_dir("target/doc"); let _ = std::fs::copy("../docs/img/favicon.ico", "target/doc/favicon.ico"); let _ = std::fs::copy( |
