rust/library/coretests
Trevor Gross 072aa9e66f Apply requested API changes to cell_update
Do the following:

* Switch to `impl FnOnce` rather than a generic `F`.
* Change `update` to return nothing.

This was discussed at a libs-api meeting [1].

Tracking issue: https://github.com/rust-lang/rust/issues/50186

[1]: https://github.com/rust-lang/rust/pull/134446#issuecomment-2770842949
2025-04-02 18:18:50 +00:00
..
benches library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
tests Apply requested API changes to cell_update 2025-04-02 18:18:50 +00:00
Cargo.toml Remove the regex dependency from coretests 2025-03-18 09:34:01 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00