// Tests for `--features fxhash` — verifies that CapHasher resolves to
// FxBuildHasher when that feature is active.
/// When the `fxhash` feature is active, `CapHasher` is `FxBuildHasher`.
/// We verify this by checking that `CapHasher::default()` is an `FxBuildHasher`.