-
Notifications
You must be signed in to change notification settings - Fork 30
docs(v2): challenger
#513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v2-dev-2
Are you sure you want to change the base?
docs(v2): challenger
#513
Conversation
21bdc5a
to
ecfbe69
Compare
crates/challenger/src/config.rs
Outdated
@@ -1,7 +1,7 @@ | |||
use serde::{Deserialize, Serialize}; | |||
|
|||
#[derive(Debug, Clone, Serialize, Deserialize)] | |||
/// Configuration for the [`Challenger`] | |||
/// Configuration for the `Challenger` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linking doesn’t seem to be working here
warning: unresolved link to `Challenger`
--> crates/challenger/src/config.rs:4:29
|
4 | /// Configuration for the [`Challenger`]
| ^^^^^^^^^^ no item named `Challenger` in scope
Fixed 9087ebd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better!
Co-authored-by: Tomás Grüner <[email protected]>
Co-authored-by: Tomás Grüner <[email protected]>
What Changed?
Add documentation to
challenger/lib.rs.
Run:
Reviewer Checklist
changelog-X
labels (if applies)