Skip to content

Commit bf16cf6

Browse files
authored
Apply suggestion from @curquiza
1 parent 79357b0 commit bf16cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@
230230
#![warn(clippy::all)]
231231
#![allow(clippy::needless_doctest_main)]
232232

233-
/// Module for chat workspaces and completions.
234-
pub mod chats;
235233
/// Module to interact with the Batches API.
236234
pub mod batches;
235+
/// Module for chat workspaces and completions.
236+
pub mod chats;
237237
/// Module containing the [`Client`](client::Client) struct.
238238
pub mod client;
239239
/// Module representing the [documents] structures.

0 commit comments

Comments
 (0)