Skip to content

Commit 7ba3fb1

Browse files
committed
Marking platformwriter public
1 parent fec545b commit 7ba3fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ impl Config {
256256
}
257257
}
258258

259-
struct PlatformLogWriter<'a> {
259+
pub struct PlatformLogWriter<'a> {
260260
#[cfg(target_os = "android")] priority: LogPriority,
261261
#[cfg(not(target_os = "android"))] priority: Level,
262262
len: usize,

0 commit comments

Comments
 (0)