Commit 310779c3 authored by Ian Jackson's avatar Ian Jackson
Browse files

TorClient:runtime(): rename from get_runtime

parent 82af5149
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -821,7 +821,7 @@ impl<R: Runtime> TorClient<R> {
    //
    // We provide it simply to save callers who have a TorClient from
    // having to separately keep their own handle,
    pub fn get_runtime(&self) -> &R {
    pub fn runtime(&self) -> &R {
        &self.runtime
    }