mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-26 07:41:15 -03:00
Make IO buffer struct elements public again
This commit is contained in:
@@ -37,8 +37,8 @@ pub enum SeparationType {
|
||||
}
|
||||
|
||||
pub struct BufferElement {
|
||||
contents: Vec<u8>,
|
||||
separation: SeparationType,
|
||||
pub contents: Vec<u8>,
|
||||
pub separation: SeparationType,
|
||||
}
|
||||
|
||||
impl BufferElement {
|
||||
|
||||
Reference in New Issue
Block a user