Skip to content

Commit

Permalink
Remove include_str in boa_unicode (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored Jun 26, 2023
1 parent e96c838 commit 1be62c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boa_unicode/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1be62c9

Please sign in to comment.