mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix: doctests fail with features enabled, dont run
This commit is contained in:
parent
eb797f6074
commit
95f800c762
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue