add-prefix-suffix
Meng Zhang 2023-05-29 20:43:32 -07:00
parent 9a488e21f5
commit 0fed6a8c0a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pub struct Segments {
prefix: String,
/// Content that appears after the cursor in the editor window.
suffix: String
suffix: String,
}
#[derive(Serialize, Deserialize, ToSchema, Clone, Debug)]