Browse Source

Remove `include_str` in boa_unicode (#3072)

pull/3073/head
José Julián Espina 1 year ago committed by GitHub
parent
commit
1be62c9077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa_unicode/src/lib.rs

2
boa_unicode/src/lib.rs

@ -10,8 +10,6 @@
//! - [Unicode® Standard Annex #31][uax31]
//!
//! [uax31]: http://unicode.org/reports/tr31
//!
#![doc = include_str!("../../ABOUT.md")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/boa-dev/boa/main/assets/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/boa-dev/boa/main/assets/logo.svg"

Loading…
Cancel
Save