Skip to content

Commit db228b8

Browse files
committed
general fixups and turn TODOs into FIXMEs
1 parent 47492c9 commit db228b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/marker.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,9 @@ pub macro SmartPointer($item:item) {
10281028
/* compiler built-in */
10291029
}
10301030

1031+
// Support traits and types for the desugaring of const traits and
1032+
// `~const` bounds. Not supposed to be used by anything other than
1033+
// the compiler.
10311034
#[doc(hidden)]
10321035
#[unstable(
10331036
feature = "effect_types",
@@ -1036,7 +1039,6 @@ pub macro SmartPointer($item:item) {
10361039
)]
10371040
#[allow(missing_debug_implementations)] // these unit structs don't need `Debug` impls.
10381041
#[cfg(not(bootstrap))]
1039-
// TODO docs
10401042
pub mod effects {
10411043
#[lang = "EffectsNoRuntime"]
10421044
pub struct NoRuntime;

0 commit comments

Comments
 (0)