We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c365bf commit 84c488fCopy full SHA for 84c488f
1 file changed
src/session.rs
@@ -191,7 +191,7 @@ impl<FS: Filesystem> Session<FS> {
191
/// may run concurrent by spawning threads.
192
/// # Errors
193
/// Returns any final error when the session comes to an end.
194
- pub(crate) fn run(mut self) -> io::Result<()> {
+ pub fn run(mut self) -> io::Result<()> {
195
// Buffer for receiving requests from the kernel. Only one is allocated and
196
// it is reused immediately after dispatching to conserve memory and allocations.
197
let mut buffer = vec![0; BUFFER_SIZE];
0 commit comments