From 97825a36bec3bdad71669834178a85d7fdff43bc Mon Sep 17 00:00:00 2001 From: Denis Merigoux Date: Mon, 24 Sep 2018 17:35:39 +0200 Subject: Move doc to trait declarations --- src/librustc_codegen_llvm/debuginfo/mod.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/librustc_codegen_llvm/debuginfo') diff --git a/src/librustc_codegen_llvm/debuginfo/mod.rs b/src/librustc_codegen_llvm/debuginfo/mod.rs index 81a889b5134..eef3ddb24a7 100644 --- a/src/librustc_codegen_llvm/debuginfo/mod.rs +++ b/src/librustc_codegen_llvm/debuginfo/mod.rs @@ -285,12 +285,6 @@ impl DebugInfoBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> { } impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> { - /// Creates the function-specific debug context. - /// - /// Returns the FunctionDebugContext for the function which holds state needed - /// for debug info creation. The function may also return another variant of the - /// FunctionDebugContext enum which indicates why no debuginfo should be created - /// for the function. fn create_function_debug_context( &self, instance: Instance<'tcx>, -- cgit 1.4.1-3-g733a5