1
Fork 0

review comments

This commit is contained in:
Esteban Küber 2019-10-03 13:22:18 -07:00
parent f1499a8646
commit 02f57f83a9
7 changed files with 81 additions and 41 deletions

View file

@ -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 {