blob: dde86039cb3191cd58539c1309e8ac7e95da7fb4 [file] [log] [blame]
use crate::scope::Scope;
pub(crate) fn file_descriptor_proto_expr(_scope: &Scope) -> String {
format!("file_descriptor_proto()")
}