WIP
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
daddb03e7a
commit
a4a1e6ba98
7 changed files with 49 additions and 8 deletions
|
@ -382,7 +382,7 @@ impl settings::Settings for TelemetrySettings {
|
|||
}
|
||||
|
||||
impl Client {
|
||||
pub fn new(http: Arc<dyn HttpClient>, cx: &AppContext) -> Arc<Self> {
|
||||
pub fn new(http: Arc<dyn HttpClient>, cx: &mut AppContext) -> Arc<Self> {
|
||||
Arc::new(Self {
|
||||
id: AtomicU64::new(0),
|
||||
peer: Peer::new(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue