Skip to content

Commit 076d1f4

Browse files
committed
Remove checklist and to-dos
1 parent 8cb51f6 commit 076d1f4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,6 @@ produce your own bindings, use the `buildtime_bindgen` Cargo feature.
180180

181181
See to [Contributing.md](CONTRIBUTING.md)
182182

183-
### Checklist
184-
185-
- Run `cargo +nightly fmt` to ensure your Rust code is correctly formatted.
186-
- Run `cargo clippy --fix --allow-dirty --all-targets --workspace --all-features -- -D warnings` to fix all clippy issues.
187-
- Ensure `cargo test --all-targets --workspace --features "modern-full extensions-full"` reports no failures.
188-
189-
### TODOs
190-
191-
- [x] Refactor the ErrorCode part, it's borrowed from rusqlite, we should have our own
192-
- [ ] Support more type
193-
- [x] Update duckdb.h
194-
- [x] Adjust the code examples and documentation
195-
- [x] Delete unused code / functions
196-
- [x] Add CI
197-
- [x] Publish to crate
198-
199183
## License
200184

201185
DuckDB and libduckdb-sys are available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)