spacedriveapp / spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

Home Page:https://spacedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve TODO in core/src/p2p/manager.rs

julianbraha opened this issue · comments

Describe the bug

I found this TODO in core/src/p2p/manager.rs:

// TODO: Make private
pub quic: QuicTransport,

But this field isn't actually accessed outside of manager.rs anyway

Reproduction

No response

Expected behavior

No response

Platform and versions

8.14.1
cargo 1.76.0 (c84b36747 2024-01-18)
rustc 1.76.0 (07dca489a 2024-02-04)

Stack trace

No response

Additional context

No response