mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 06:46:12 +08:00
Make IO buffer struct elements public again
This commit is contained in:
parent
1bffa823d8
commit
0fbefc6be2
|
@ -37,8 +37,8 @@ pub enum SeparationType {
|
|||
}
|
||||
|
||||
pub struct BufferElement {
|
||||
contents: Vec<u8>,
|
||||
separation: SeparationType,
|
||||
pub contents: Vec<u8>,
|
||||
pub separation: SeparationType,
|
||||
}
|
||||
|
||||
impl BufferElement {
|
||||
|
|
Loading…
Reference in New Issue
Block a user