Skip to content

Commit 2e6e992

Browse files
authored
Merge pull request #316 from wprzytula/update-limitations
README.md: Remove stale `cass_future_coordinator` from limitations
2 parents fa0c987 + 9be98d0 commit 2e6e992

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The logging API and implementation are compatible with the C++ driver, for more
115115
As the `tracing` framework is used under the hood to instrument the collection of logs from the Rust driver and the Cpp-Rust wrapper,
116116
the logging level and callback are passed through a custom event subscriber which is globally set as default when `cass_log_set_level` is called.
117117
So, `cass_log_set_level` *must* be called only once as subsequent attempts trying to modify the globally set event subscriber will be ignored.
118-
Also, Rust programs using Cpp-Rust driver under the hood must avoid calling `tracing::subscriber::set_global_default` as this will cause conflicts.
118+
Also, Rust programs using Cpp-Rust driver under the hood must avoid calling `tracing::subscriber::set_global_default` as this will cause conflicts.
119119
120120
##### Note: The logging configuration must be done before any other driver function is called, otherwise, the default logging callback will be used, and logs will appear on stderr.
121121
@@ -153,7 +153,7 @@ The driver inherits almost all the features of C/C++ and Rust drivers, such as:
153153

154154
# Limitations
155155

156-
##### Note: This section may be incomplete, so not everything that is unimplemented is mentioned here.
156+
##### Note: This section may be incomplete, so not everything that is unimplemented is mentioned here.
157157

158158
<table>
159159
<thead>
@@ -170,13 +170,6 @@ The driver inherits almost all the features of C/C++ and Rust drivers, such as:
170170
<td>cass_statement_bind_custom[by_name]</td>
171171
<td>Binding is not implemented for custom types in the Rust driver.</td>
172172
</tr>
173-
<tr>
174-
<td colspan=2 align="center" style="font-weight:bold">Future</td>
175-
</tr>
176-
<tr>
177-
<td>cass_future_coordinator</td>
178-
<td>Unimplemented</td>
179-
</tr>
180173
<tr>
181174
<td colspan=2 align="center" style="font-weight:bold">Collection</td>
182175
</tr>

0 commit comments

Comments
 (0)