chore: format code
This commit is contained in:
parent
b5e09dc7a3
commit
fe44fde3ef
1 changed files with 6 additions and 3 deletions
|
@ -127,11 +127,14 @@ crate mod source_code_pro {
|
|||
}
|
||||
|
||||
crate mod noto_sans_kr {
|
||||
/// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR font.
|
||||
/// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR
|
||||
/// font.
|
||||
crate static REGULAR: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular.woff");
|
||||
|
||||
/// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR font.
|
||||
crate static LICENSE: &[u8] = include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
|
||||
/// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR
|
||||
/// font.
|
||||
crate static LICENSE: &[u8] =
|
||||
include_bytes!("static/noto-sans-kr-v13-korean-regular-LICENSE.txt");
|
||||
}
|
||||
|
||||
/// Files related to the sidebar in rustdoc sources.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue