Privatize RootedTraceableSet.

This commit is contained in:
Ms2ger 2017-01-20 16:09:35 +01:00
parent 1f76aa6ef7
commit eccf0a2932

View file

@ -581,7 +581,7 @@ unsafe impl JSTraceable for RwLock<MediaList> {
}
/// Holds a set of JSTraceables that need to be rooted
pub struct RootedTraceableSet {
struct RootedTraceableSet {
set: Vec<*const JSTraceable>,
}