File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -260,10 +260,10 @@ ls target/release/examples/
260
260
[ `Copy` ] : https://doc.rust-lang.org/std/marker/trait.Copy.html
261
261
[ `Deserialize` ] : https://docs.rs/serde/1/serde/trait.Deserialize.html
262
262
[ `hashbrown` ] : https://github.com/Amanieu/hashbrown
263
- [ `Key` derive ] : https://docs.rs/fixed-map/* /fixed_map/derive.Key.html
264
- [ `Key` ] : https://docs.rs/fixed-map/* /fixed_map/trait .Key.html
265
- [ `Map` ] : https://docs.rs/fixed-map/* /fixed_map/struct.Map.html
263
+ [ `Key` derive ] : https://docs.rs/fixed-map/latest /fixed_map/derive.Key.html
264
+ [ `Key` ] : https://docs.rs/fixed-map/latest /fixed_map/derive .Key.html
265
+ [ `Map` ] : https://docs.rs/fixed-map/latest /fixed_map/map /struct.Map.html
266
266
[ `Serialize` ] : https://docs.rs/serde/1/serde/trait.Serialize.html
267
- [ `Set` ] : https://docs.rs/fixed-map/* /fixed_map/map /struct.Set.html
268
- [ `Storage` ] : https://docs.rs/fixed-map/* /fixed_map/storage/trait.Storage.html
267
+ [ `Set` ] : https://docs.rs/fixed-map/latest /fixed_map/set /struct.Set.html
268
+ [ `Storage` ] : https://docs.rs/fixed-map/latest /fixed_map/storage/trait.Storage.html
269
269
[ documentation ] : https://docs.rs/fixed-map
Original file line number Diff line number Diff line change 264
264
//! [`Copy`]: https://doc.rust-lang.org/std/marker/trait.Copy.html
265
265
//! [`Deserialize`]: https://docs.rs/serde/1/serde/trait.Deserialize.html
266
266
//! [`hashbrown`]: https://github.com/Amanieu/hashbrown
267
- //! [`Key` derive]: https://docs.rs/fixed-map/* /fixed_map/derive.Key.html
268
- //! [`Key`]: https://docs.rs/fixed-map/* /fixed_map/trait .Key.html
269
- //! [`Map`]: https://docs.rs/fixed-map/* /fixed_map/struct.Map.html
267
+ //! [`Key` derive]: https://docs.rs/fixed-map/latest /fixed_map/derive.Key.html
268
+ //! [`Key`]: https://docs.rs/fixed-map/latest /fixed_map/derive .Key.html
269
+ //! [`Map`]: https://docs.rs/fixed-map/latest /fixed_map/map /struct.Map.html
270
270
//! [`Serialize`]: https://docs.rs/serde/1/serde/trait.Serialize.html
271
- //! [`Set`]: https://docs.rs/fixed-map/* /fixed_map/map /struct.Set.html
272
- //! [`Storage`]: https://docs.rs/fixed-map/* /fixed_map/storage/trait.Storage.html
271
+ //! [`Set`]: https://docs.rs/fixed-map/latest /fixed_map/set /struct.Set.html
272
+ //! [`Storage`]: https://docs.rs/fixed-map/latest /fixed_map/storage/trait.Storage.html
273
273
//! [documentation]: https://docs.rs/fixed-map
274
274
275
275
#![ no_std]
You can’t perform that action at this time.
0 commit comments