Skip to content

Commit 6664684

Browse files
committed
chore: fix doc comment warnings
1 parent 2e5a56a commit 6664684

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tarantool/src/ffi/tarantool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
/// - `host` host name, i.e. "tarantool.org"
5757
/// - `port` service name, i.e. "80" or "http"
5858
/// - `hints` hints, see getaddrinfo(3)
59-
/// - `res`[out] result, see getaddrinfo(3)
59+
/// - `res`(out) result, see getaddrinfo(3)
6060
/// - `timeout` timeout
6161
///
6262
/// Returns:

tarantool/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
//! - [Fibers: fiber attributes, conditional variables, latches](fiber)
66
//! - [CoIO](coio)
77
//! - [Transactions](transaction)
8-
//! - [Schema management](schema)
8+
//! - Schema management
99
//! - [Protocol implementation](net_box) (`net.box`): CRUD, stored procedure call, triggers
10-
//! - [Tuple utils](tuple)
11-
//! - [Logging](log) (see https://docs.rs/log/)
10+
//! - [Tuple utils](mod@tuple)
11+
//! - [Logging](log) (see <https://docs.rs/log/>)
1212
//! - [Error handling](error)
1313
//!
1414
//! > **Caution!** The library is currently under development.

0 commit comments

Comments
 (0)