Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 187b146

Browse files
committed
Fix clippy_preference description formatting
1 parent 3c6f7e4 commit 187b146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class RustLanguageClient extends AutoLanguageClient {
268268
},
269269
clippyPreference: {
270270
title: "Clippy Preference",
271-
description: 'Controls eagerness of clippy diagnostics. `Opt-in` requires each crate specifying `#![warn(clippy)]. Note clippy is only available on Rls releases that have it enabled at compile time.',
271+
description: 'Controls eagerness of clippy diagnostics. **Opt-in** requires each crate specifying `#![warn(clippy)]`. Note clippy is only available on Rls releases that have it enabled at compile time.',
272272
type: "string",
273273
default: "Rls Default",
274274
order: 2,

0 commit comments

Comments
 (0)