Document the atomic ordering in the Serialize impl
This commit is contained in:
parent
5d41404e67
commit
6c54aafeb9
@ -915,6 +915,7 @@ macro_rules! atomic_impl {
|
||||
where
|
||||
S: Serializer,
|
||||
{
|
||||
// Matches the atomic ordering used in libcore for the Debug impl
|
||||
self.load(Ordering::SeqCst).serialize(serializer)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user