Skip to content

Commit

Permalink
Merge pull request #251 from c410-f3r/misc
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
c410-f3r authored Oct 24, 2024
2 parents d1797f6 + 84e3a37 commit 26a0d4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions wtx-docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- [Pool](pool/README.md)
- [UI tools](ui-tools/README.md)
- [WebSocket](web-socket/README.md)
- [WebSocket over HTTP/2](web-socket-over-http2/README.md)
2 changes: 1 addition & 1 deletion wtx-instances/src/bin/h2load.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! h2spec
//! h2load
#![expect(clippy::print_stderr, reason = "internal")]

Expand Down
2 changes: 1 addition & 1 deletion wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ http2 = ["foldhash", "hashbrown", "http"]
httparse = ["dep:httparse"]
memchr = ["dep:memchr"]
nightly = ["hashbrown?/nightly"]
optimization = ["memchr", "rand_chacha?/simd", "simdutf8"]
optimization = ["memchr", "simdutf8"]
pool = []
postgres = ["base64", "crypto-common", "database", "digest", "foldhash", "hashbrown", "hmac", "sha2"]
proptest = ["dep:proptest"]
Expand Down
2 changes: 1 addition & 1 deletion wtx/src/database/client/postgres/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async fn custom_composite_type() {
CREATE TYPE custom_composite_type AS (int_value INT, varchar_value VARCHAR);
CREATE TABLE custom_composite_table (id INT, type custom_composite_type);
",
drop,
|_| {},
)
.await
.unwrap();
Expand Down

0 comments on commit 26a0d4f

Please # to comment.