File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,14 @@ crate mod source_code_pro {
127127}
128128
129129crate mod noto_sans_kr {
130- /// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR font.
130+ /// The file `noto-sans-kr-v13-korean-regular.woff`, the Regular variant of the Noto Sans KR
131+ /// font.
131132 crate static REGULAR : & [ u8 ] = include_bytes ! ( "static/noto-sans-kr-v13-korean-regular.woff" ) ;
132133
133- /// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR font.
134- crate static LICENSE : & [ u8 ] = include_bytes ! ( "static/noto-sans-kr-v13-korean-regular-LICENSE.txt" ) ;
134+ /// The file `noto-sans-kr-v13-korean-regular-LICENSE.txt`, the license text of the Noto Sans KR
135+ /// font.
136+ crate static LICENSE : & [ u8 ] =
137+ include_bytes ! ( "static/noto-sans-kr-v13-korean-regular-LICENSE.txt" ) ;
135138}
136139
137140/// Files related to the sidebar in rustdoc sources.
You can’t perform that action at this time.
0 commit comments