Skip to content

Commit 6b6e22c

Browse files
committed
Rename ct_choice module to const_choice
1 parent 6004fcc commit 6b6e22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub mod modular;
167167
#[cfg(feature = "generic-array")]
168168
mod array;
169169
mod checked;
170-
mod ct_choice;
170+
mod const_choice;
171171
mod limb;
172172
mod non_zero;
173173
mod traits;
@@ -176,7 +176,7 @@ mod wrapping;
176176

177177
pub use crate::{
178178
checked::Checked,
179-
ct_choice::ConstChoice,
179+
const_choice::ConstChoice,
180180
limb::{Limb, WideWord, Word},
181181
non_zero::NonZero,
182182
traits::*,

0 commit comments

Comments
 (0)