From b39567c7f7851d2b2edd24b6d6ad06784602a541 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 29 Aug 2022 21:01:47 -0400 Subject: Rust docs : add `#![doc(html_no_source)]` to reduce file count --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src') 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/")] -- cgit v1.3.1