From 0ab62ef8fa3738e6a13d8c2d6ce82213c3c26c25 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 6 Nov 2025 21:04:28 +0100 Subject: [PATCH] Update provider.rs --- libp2p/src/builder/phase/provider.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libp2p/src/builder/phase/provider.rs b/libp2p/src/builder/phase/provider.rs index aa99d5518ce..0b69f7be541 100644 --- a/libp2p/src/builder/phase/provider.rs +++ b/libp2p/src/builder/phase/provider.rs @@ -19,7 +19,8 @@ pub enum Tokio {} /// Represents the WasmBindgen environment for WebAssembly. pub enum WasmBindgen {} -/// Represents a phase in the SwarmBuilder where a provider has been chosen but not yet specified. +/// Represents a phase in the SwarmBuilder where the identity has been set, but the runtime provider +/// is not yet specified. pub struct ProviderPhase {} impl SwarmBuilder {