Skip to content

Commit 8b54a0f

Browse files
rust: className -> scope
Co-authored-by: Josh Goebel <[email protected]>
1 parent f557a7c commit 8b54a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/rust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export default function(hljs) {
319319
begin: '->'
320320
},
321321
{
322-
className: 'unsafe_extern',
322+
scope: 'unsafe_extern',
323323
begin: /unsafe\s+extern/,
324324
end: /\}/,
325325
keywords: [ 'safe' ],

0 commit comments

Comments
 (0)