Skip to content

Commit c1e45c9

Browse files
authored
Don't try to test README snippet (#613)
Follow-up to #612, which unfortunately broke CI in main.
2 parents a4132f8 + dd3a859 commit c1e45c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ You can adjust this behavior in a number of ways:
214214

215215
When using the `bundled` feature, the ICU extension is not included due to crates.io's 10MB package size limit. This means some date/time operations (like `now() - interval '1 day'` or `ts::date` casts) will fail. You can load ICU at runtime:
216216

217-
```rust
217+
```rust,ignore
218218
conn.execute_batch("INSTALL icu; LOAD icu;")?;
219219
```
220220

0 commit comments

Comments
 (0)