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 {
127
127
}
128
128
129
129
crate 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.
131
132
crate static REGULAR : & [ u8 ] = include_bytes ! ( "static/noto-sans-kr-v13-korean-regular.woff" ) ;
132
133
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" ) ;
135
138
}
136
139
137
140
/// Files related to the sidebar in rustdoc sources.
You can’t perform that action at this time.
0 commit comments