Skip to content

Commit

Permalink
chore: fix rustdoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Nov 12, 2023
1 parent a352b8e commit ca44cac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/solver/cuckoo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ pub enum LocalWalkDirection {
/// Options for [`Cuckoo`] solver.
#[derive(Debug, Clone, CopyGetters, Getters, Setters)]
pub struct CuckooOptions<F: Problem, I: PopulationInit<F>> {
/// Population size. Default: adaptive (see
/// [`PopulationSize`](crate::population::PopulationSize)).
/// Population size. Default: adaptive (see [`PopulationSize`]).
#[getset(get_copy = "pub", set = "pub")]
population_size: PopulationSize,
/// Population initializer. Default: [`UniformInit`].
Expand Down

0 comments on commit ca44cac

Please sign in to comment.