Skip to content

Commit 3801cca

Browse files
Clean up and docs
1 parent af687f1 commit 3801cca

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

docs/modules/ROOT/partials/rust/connection/TypeDBDriver.adoc

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,6 @@ Result
3232
driver.force_close()
3333
----
3434

35-
[#_struct_TypeDBDriver_init_logging_]
36-
==== init_logging
37-
38-
[source,rust]
39-
----
40-
pub fn init_logging()
41-
----
42-
43-
Initialize logging configuration for the TypeDB driver.
44-
45-
This function sets up tracing with the following priority:
46-
47-
The logging is initialized only once using a static flag to prevent multiple initializations in applications that create multiple drivers.
48-
49-
[caption=""]
50-
.Returns
51-
[source,rust]
52-
----
53-
null
54-
----
55-
5635
[#_struct_TypeDBDriver_is_open_]
5736
==== is_open
5837

rust/src/driver.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ impl TypeDBDriver {
5454

5555
pub const DEFAULT_ADDRESS: &'static str = "localhost:1729";
5656

57-
5857
/// Creates a new TypeDB Server connection.
5958
///
6059
/// # Arguments

0 commit comments

Comments
 (0)