diff options
Diffstat (limited to 'rust/src/symbol.rs')
| -rw-r--r-- | rust/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/symbol.rs b/rust/src/symbol.rs index 74932051..27e701dc 100644 --- a/rust/src/symbol.rs +++ b/rust/src/symbol.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! Interfaces for the various kinds of symbols in a binary. + use std::fmt; use std::hash::{Hash, Hasher}; use std::ptr; |
