v0.1.0-pre.052
This commit is contained in:
@@ -326,10 +326,8 @@ pub(crate) fn program_scope_from_code(
|
||||
|
||||
pub(crate) fn optional_entity_kind_from_code(
|
||||
code: std::option::Option<&str>,
|
||||
) -> std::result::Result<
|
||||
std::option::Option<kb_store::PostgresReplayEntityKind>,
|
||||
std::string::String,
|
||||
> {
|
||||
) -> std::result::Result<std::option::Option<kb_store::PostgresReplayEntityKind>, std::string::String>
|
||||
{
|
||||
return match code {
|
||||
std::option::Option::Some(value) => {
|
||||
let result = entity_kind_from_code(value);
|
||||
|
||||
Reference in New Issue
Block a user