Skip to content

Commit dd3a859

Browse files
committed
Don't try to test README snippet
1 parent a4132f8 commit dd3a859

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)