review comments
This commit is contained in:
parent
f1499a8646
commit
02f57f83a9
7 changed files with 81 additions and 41 deletions
|
@ -81,6 +81,8 @@ pub enum SuggestionStyle {
|
|||
/// This will *not* show the code if the suggestion is inline *and* the suggested code is
|
||||
/// empty.
|
||||
ShowCode,
|
||||
/// Always show the suggested code independently.
|
||||
ShowAlways,
|
||||
}
|
||||
|
||||
impl SuggestionStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue