tokio-rs / valuable

MIT License
187 stars 20 forks source link

Fix broken doc link #81

Closed taiki-e closed 2 years ago

taiki-e commented 2 years ago

Fixes CI failure: https://github.com/tokio-rs/valuable/runs/4770047852?check_suite_focus=true

warning: unresolved link to `Value::as_value`
 --> valuable/src/mappable.rs:9:61
  |
9 | /// `Mappable` must return [`Value::Mappable`] from their [`Value::as_value`]
  |                                                             ^^^^^^^^^^^^^^^ the enum `Value` has no variant or associated item named `as_value`
  |
  = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default