Skip to content

Commit

Permalink
Rust docs : add #![doc(html_no_source)] to reduce file count
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMiles committed Aug 30, 2022
1 parent 3ae2ea8 commit b39567c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/lib.rs
Expand Up @@ -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/")]
Expand Down

0 comments on commit b39567c

Please sign in to comment.