about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-27 17:48:56 -0700
committerbors <bors@rust-lang.org>2013-03-27 17:48:56 -0700
commitf7f6013a625cefcf914ed890c297a87dacf7bb91 (patch)
tree89e154235c331f3d54243d661cc677eea6f72543 /src/libstd
parent8c1540985d9b5e05cbd6a9c8eea5e1ba96ed2fcd (diff)
parent1c6272a2672af51581b22a7084de46951b3cd5e0 (diff)
downloadrust-f7f6013a625cefcf914ed890c297a87dacf7bb91.tar.gz
rust-f7f6013a625cefcf914ed890c297a87dacf7bb91.zip
auto merge of #5574 : thestinger/rust/docstring, r=sanxiyn
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/base64.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/base64.rs b/src/libstd/base64.rs
index cdc15ae1d45..d3452712728 100644
--- a/src/libstd/base64.rs
+++ b/src/libstd/base64.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+//! Base64 binary-to-text encoding
+
 use core::iter;
 use core::str;
 use core::vec;