Skip to content

Commit f7693d6

Browse files
committed
rename to conform to style guide
1 parent b8599ec commit f7693d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/dynamic_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pub mod dl {
260260
dlclose(handle as *mut libc::c_void); ()
261261
}
262262

263-
pub enum RTLD {
263+
pub enum Rtld {
264264
Lazy = 1,
265265
Now = 2,
266266
Global = 256,

0 commit comments

Comments
 (0)