mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
'cargo fmt'
This commit is contained in:
parent
e21e4eb825
commit
3963969b89
@ -238,7 +238,9 @@ pub struct CancelParams {
|
||||
|
||||
/// Position in a text document expressed as zero-based line and character offset.
|
||||
/// A position is between two characters like an 'insert' cursor in a editor.
|
||||
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Copy, Clone, Default, Deserialize, Serialize, Hash)]
|
||||
#[derive(
|
||||
Debug, Eq, PartialEq, Ord, PartialOrd, Copy, Clone, Default, Deserialize, Serialize, Hash,
|
||||
)]
|
||||
pub struct Position {
|
||||
/// Line position in a document (zero-based).
|
||||
pub line: u32,
|
||||
|
Loading…
Reference in New Issue
Block a user