diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-08-29 21:01:47 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-08-29 21:01:47 -0400 |
| commit | b39567c7f7851d2b2edd24b6d6ad06784602a541 (patch) | |
| tree | ed8ea5275d0a295d4c251398aa954a7e77432dcf /rust/src | |
| parent | 3ae2ea8f069a448e4e3344d4467b019f860d2560 (diff) | |
Rust docs : add `#![doc(html_no_source)]` to reduce file count
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 296e6934..f4ccea9f 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#![doc(html_no_source)] #![doc(html_favicon_url = "../favicon.ico")] #![doc(html_logo_url = "../logo.png")] #![doc(issue_tracker_base_url = "https://github.com/Vector35/binaryninja-api/issues/")] |
