Commit 1521f63b authored by Ian Jackson's avatar Ian Jackson
Browse files

ptmgr todo: Tolerate exposing the Vec for now

We may want to change this later, but this API is in a low level
crate, so this isn't a blocker.
parent a5cdf88f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ impl<R: Runtime> PtMgr<R> {
    }

    /// Create a new PtMgr.
    // TODO pt-client: maybe don't have the Vec directly exposed?
    // TODO: maybe don't have the Vec directly exposed?
    pub fn new(
        transports: Vec<ManagedTransportConfig>,
        state_dir: PathBuf,