fix: doctests fail with features enabled, dont run

This commit is contained in:
əlemi 2024-09-25 22:53:32 +02:00
parent eb797f6074
commit 95f800c762
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -20,7 +20,7 @@
/// To delete a the fourth character we should send a. /// To delete a the fourth character we should send a.
/// `TextChange { start: 3, end: 4, content: "".into(), hash: None }` /// `TextChange { start: 3, end: 4, content: "".into(), hash: None }`
/// ///
/// ``` /// ```no_run
/// let change = codemp::api::TextChange { /// let change = codemp::api::TextChange {
/// start: 6, end: 11, /// start: 6, end: 11,
/// content: "mom".to_string(), hash: None /// content: "mom".to_string(), hash: None